1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmCatITEMList
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmCatITEMList))
26         Me.Panel1 = New System.Windows.Forms.Panel
27         Me.Label2 = New System.Windows.Forms.Label
28         Me.Label1 = New System.Windows.Forms.Label
29         Me.PictureBox1 = New System.Windows.Forms.PictureBox
30         Me.GroupBox1 = New System.Windows.Forms.GroupBox
31         Me.PictureBox2 = New System.Windows.Forms.PictureBox
32         Me.lstItems = New System.Windows.Forms.ListView
33         Me.lstCategory = New System.Windows.Forms.ListView
34         Me.Panel1.SuspendLayout()
35         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
36         Me.GroupBox1.SuspendLayout()
37         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
38         Me.SuspendLayout()
39         
'
40         
'Panel1
41         
'
42         Me.Panel1.Controls.Add(Me.Label2)
43         Me.Panel1.Controls.Add(Me.Label1)
44         Me.Panel1.Controls.Add(Me.PictureBox1)
45         Me.Panel1.Location = New System.Drawing.Point(
1, 2)
46         Me.Panel1.Name =
"Panel1"
47         Me.Panel1.Size = New System.Drawing.Size(
330, 48)
48         Me.Panel1.TabIndex =
0
49         
'
50         
'Label2
51         
'
52         Me.Label2.AutoSize = True
53         Me.Label2.Location = New System.Drawing.Point(
52, 26)
54         Me.Label2.Name =
"Label2"
55         Me.Label2.Size = New System.Drawing.Size(
121, 13)
56         Me.Label2.TabIndex =
2
57         Me.Label2.Text =
"List of available property"
58         
'
59         
'Label1
60         
'
61         Me.Label1.AutoSize = True
62         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
63         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
64         Me.Label1.Location = New System.Drawing.Point(
51, 3)
65         Me.Label1.Name =
"Label1"
66         Me.Label1.Size = New System.Drawing.Size(
260, 23)
67         Me.Label1.TabIndex =
1
68         Me.Label1.Text =
"Supplies and Property File"
69         
'
70         
'PictureBox1
71         
'
72         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
73         Me.PictureBox1.Location = New System.Drawing.Point(
3, 3)
74         Me.PictureBox1.Name =
"PictureBox1"
75         Me.PictureBox1.Size = New System.Drawing.Size(
42, 40)
76         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
77         Me.PictureBox1.TabIndex =
0
78         Me.PictureBox1.TabStop = False
79         
'
80         
'GroupBox1
81         
'
82         Me.GroupBox1.Controls.Add(Me.PictureBox2)
83         Me.GroupBox1.Controls.Add(Me.lstItems)
84         Me.GroupBox1.Controls.Add(Me.lstCategory)
85         Me.GroupBox1.Location = New System.Drawing.Point(
3, 45)
86         Me.GroupBox1.Name =
"GroupBox1"
87         Me.GroupBox1.Size = New System.Drawing.Size(
821, 499)
88         Me.GroupBox1.TabIndex =
1
89         Me.GroupBox1.TabStop = False
90         
'
91         
'PictureBox2
92         
'
93         Me.PictureBox2.Image = Global.prjSalesInventory.My.Resources.Resources.xx
94         Me.PictureBox2.Location = New System.Drawing.Point(
5, 207)
95         Me.PictureBox2.Name =
"PictureBox2"
96         Me.PictureBox2.Size = New System.Drawing.Size(
15, 85)
97         Me.PictureBox2.TabIndex =
2
98         Me.PictureBox2.TabStop = False
99         
'
100         
'lstItems
101         
'
102         Me.lstItems.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
103         Me.lstItems.FullRowSelect = True
104         Me.lstItems.GridLines = True
105         Me.lstItems.Location = New System.Drawing.Point(
20, 244)
106         Me.lstItems.Name =
"lstItems"
107         Me.lstItems.Size = New System.Drawing.Size(
795, 248)
108         Me.lstItems.TabIndex =
0
109         Me.lstItems.UseCompatibleStateImageBehavior = False
110         Me.lstItems.View = System.Windows.Forms.View.Details
111         
'
112         
'lstCategory
113         
'
114         Me.lstCategory.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
115         Me.lstCategory.FullRowSelect = True
116         Me.lstCategory.GridLines = True
117         Me.lstCategory.Location = New System.Drawing.Point(
20, 11)
118         Me.lstCategory.Name =
"lstCategory"
119         Me.lstCategory.Size = New System.Drawing.Size(
795, 227)
120         Me.lstCategory.TabIndex =
0
121         Me.lstCategory.UseCompatibleStateImageBehavior = False
122         Me.lstCategory.View = System.Windows.Forms.View.Details
123         
'
124         
'FrmCatITEMList
125         
'
126         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
127         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
128         Me.BackColor = System.Drawing.Color.WhiteSmoke
129         Me.ClientSize = New System.Drawing.Size(
879, 549)
130         Me.Controls.Add(Me.GroupBox1)
131         Me.Controls.Add(Me.Panel1)
132         Me.Name =
"FrmCatITEMList"
133         Me.Text =
"Category Item List"
134         Me.Panel1.ResumeLayout(False)
135         Me.Panel1.PerformLayout()
136         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
137         Me.GroupBox1.ResumeLayout(False)
138         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
139         Me.ResumeLayout(False)
140
141     End Sub
142     Friend WithEvents Panel1 As System.Windows.Forms.Panel
143     Friend WithEvents Label2 As System.Windows.Forms.Label
144     Friend WithEvents Label1 As System.Windows.Forms.Label
145     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
146     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
147     Friend WithEvents lstItems As System.Windows.Forms.ListView
148     Friend WithEvents lstCategory As System.Windows.Forms.ListView
149     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
150 End Class


Gõ tìm kiếm nhanh...